Restore /usr/bin/rename.ul per TC decision in #1003653
authorMatthew Vernon <matthew@debian.org>
Sat, 8 Oct 2022 13:15:23 +0000 (14:15 +0100)
committerMatthew Vernon <matthew@debian.org>
Sat, 8 Oct 2022 13:16:31 +0000 (14:16 +0100)
This is basically a reversion of 1c7dc9a2 which is how they were
removed (but that didn't cleanly revert).

Signed-off-by: Matthew Vernon <matthew@debian.org>
debian/util-linux.install
debian/util-linux.manpages

index a8e82d5de8ff71d3eacd9398f040ad3122d9d080..9182a7ef3b9236eccf210281d8e7b9dabee6ea50 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/dh-exec --with=install
 debian/logcheck/ignore.d.server/util-linux => /usr/share/util-linux/logcheck/ignore.d.server/util-linux
+# perl gets to do rename, not us.
+debian/tmp/usr/bin/rename => /usr/bin/rename.ul
 # Rename mkswap to mkswap.linux on non-linux.
 [linux-any] sbin/mkswap
 [!linux-any] debian/tmp/sbin/mkswap => /sbin/mkswap.linux
index 53f1406adf3286fefb6d443a91dd3d4052903332..e31290a899108298f165c36fa3cc3a803e9c53f8 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/dh-exec --with=install
+debian/tmp/usr/share/man/man1/rename.1 => /usr/share/man/man1/rename.ul.1
 # Rename mkswap to mkswap.linux on non-linux.
 [linux-any] debian/tmp/usr/share/man/man8/mkswap.8
 [!linux-any] debian/tmp/usr/share/man/man8/mkswap.8 => /usr/share/man/man8/mkswap.linux.8